ComponentOne ASP.NET MVC Controls
GroupBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : GroupBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.Group.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class GroupBuilder
    (Of TControl As Group,
     TBuilder As GroupBuilder(Of TControl,TBuilder)) 
   Inherits BaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class GroupBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> 
where TControl: Group
where TBuilder: GroupBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.GroupBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ManualGridGroupBuilder
            C1.Web.Mvc.Fluent.SplitGroupBuilder

See Also

Reference

GroupBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace